home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMEDITSHELLASSOC / TFRMEDITSHELLASSOC.txt
Text File  |  2006-04-19  |  1KB  |  65 lines

  1. object frmEditShellAssoc: TfrmEditShellAssoc
  2.   Left = 434
  3.   Top = 332
  4.   BorderStyle = bsDialog
  5.   Caption = 'Shell association'
  6.   ClientHeight = 119
  7.   ClientWidth = 301
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblExtension: TLabel
  20.     Left = 67
  21.     Top = 16
  22.     Width = 46
  23.     Height = 13
  24.     Alignment = taRightJustify
  25.     Caption = 'Extension'
  26.   end
  27.   object EdFileExt: TEdit
  28.     Left = 120
  29.     Top = 12
  30.     Width = 68
  31.     Height = 21
  32.     TabOrder = 0
  33.     OnChange = EdFileExtChange
  34.   end
  35.   object chkDefaultOpen: TCheckBox
  36.     Left = 24
  37.     Top = 48
  38.     Width = 265
  39.     Height = 17
  40.     Caption = 'chkDefaultOpen'
  41.     TabOrder = 1
  42.   end
  43.   object btnOk: TButton
  44.     Left = 56
  45.     Top = 82
  46.     Width = 85
  47.     Height = 25
  48.     Caption = 'btnOk'
  49.     Default = True
  50.     Enabled = False
  51.     ModalResult = 1
  52.     TabOrder = 2
  53.   end
  54.   object btnCancel: TButton
  55.     Left = 154
  56.     Top = 82
  57.     Width = 87
  58.     Height = 25
  59.     Cancel = True
  60.     Caption = 'btnCancel'
  61.     ModalResult = 2
  62.     TabOrder = 3
  63.   end
  64. end
  65.